body{
	overflow-x:hidden
	}
	.container1{
 height: 81vh;
 width:100vw;
 background-image:url(../img/Paisagem_1.jpg);
 background-size: cover;
 background-repeat: no-repeat;
	}
 .cont-img{
 	position:absolute;
 	z-index:1;
 	overflow:hidden
 	}

 	.container1{
 		height: 100vh;
 	}
 	.contato{
	position:relative;
	z-index:3;
	border-radius:3px;
	margin:auto;
	width:60%;
	top:18vh;
	color:#fff;
	background:linear-gradient(135deg,#004c7270 0,#3899E2C7 100%)
	}
	textarea.form-control{
	height:150px;
	}
	.textArea::placeholder{
	padding-top:50%;
	}
	.textArea::-moz-placeholder{
	padding-top:50%;
	}
	.textArea{
	padding-top:50px;
	}

	footer{
		height: 130px;
		position: fixed;
	}

	@media only screen and (max-width:1500px){
	
	footer{
		height: 15%;
	}
	
	.container-text-siclop-footer {
    	padding-top: 0px;
	}

	.logo-rede {
    height: 25px;
    width: 25px;
    }	
	.contato{
	width:70%;
	}
	textarea.form-control{
	height:100px;
	}
	.textArea{
	padding-top:25px;
	}
	.txt-mensagem{
	font-size:.8rem;
	}

	}
